home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / Library2.aspx51 < prev    next >
Extensible Markup Language  |  2008-02-23  |  9KB  |  164 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <%@ Register TagPrefix="gbpvr" TagName="Header" Src="Header2.ascx" %>
  3. <%@ Page language="c#" Inherits="gbweb.Migrated_Library2" CodeFile="Library2.aspx.cs" culture="auto" uiculture="auto"%>
  4. <%@ Register TagPrefix="gbpvr" TagName="Footer" Src="Footer2.ascx" %>
  5. <!DOCTYPE html PUBLIC ∩┐╜-//W3C//DTD XHTML 1.1 Strict//EN∩┐╜ ∩┐╜http://www.w3.org/TR/xhtml1/DTD/xhtml11-strict.dtd∩┐╜>
  6. <html  xmlns="http://www.w3.org/1999/xhtml">
  7.     <head runat="server">
  8.         <title>GBPVR - <%=Mode%> Library<%=DisplayPath%></title>
  9.         <link rel="stylesheet" type="text/css" href="<%=Convert.ToString(Session["theme"])%>/css/common.css"/>
  10.         <link rel="stylesheet" type="text/css" href="<%=Convert.ToString(Session["theme"])%>/css/library.css"/>
  11.         <link rel="shortcut icon" type="image/gif" href="<%=Convert.ToString(Session["theme"])%>/graphics/favicon.gif"/>
  12.         <script type="text/javascript" src="public/popup.js"></script>
  13.         <script type="text/javascript" src="public/scrolling.js"></script>
  14.         <script type="text/javascript" src="public/Ajax2.js"></script>
  15.         <script type="text/javascript" src="<%=Convert.ToString(Session["theme"])%>/js/common.js"></script>
  16.         <script type="text/javascript" src="<%=Convert.ToString(Session["theme"])%>/js/library.js"></script>
  17.     </head>
  18.     
  19.     <!-- Body Start -->
  20.     <body id="libraryBody" runat="server">
  21.             <gbpvr:Header id="headerTheme" runat="server"/>
  22.             <asp:ScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="True">
  23.                 <Services>
  24.                     <asp:ServiceReference Path="~/AjaxService2.asmx" />
  25.                 </Services>
  26.             </asp:ScriptManager>
  27.             <div id="FIXED_DIV" runat="server">
  28.             </div>
  29.        
  30.             <!-- Header Start -->
  31.             <div id="HEADER" runat="server">
  32.                 <div id="LOGO_HEADER"></div>
  33.                 <div id="HEADER_TEXT">
  34.                     <span class="textLarge">GB-PVR</span><br>
  35.                     <span class="textSmall">Enhanced Web Admin</span>
  36.                 </div>
  37.                 <div id="DATE_TIME">
  38.                     <div class="viewingDate" id="viewDate" runat="server"></div>
  39.                     <div class="timeDiv" id="serverTime" runat="server"></div>
  40.                 </div>
  41.                 <!-- Nav Row Start-->
  42.                 <div id="NAV_ROW" runat="server">
  43.                     <div id="NAV_GUIDE" title="TV Guide" runat="server"><a href="Guide2.aspx">TV Guide</a></div>
  44.                     <div id="NAV_RECORDINGS" title="Manage Recordings" runat="server" ><a href="Manage2.aspx">Manage Recordings</a></div>
  45.                     <div id="NAV_SEARCH" title="Programme Search" runat="server" ><a href="Search2.aspx">Episode Search</a></div>
  46.                     <div id="NAV_VIDEO" title="Video Library" runat="server" ><a href="Library2.aspx?path=Video">Video Library</a></div>
  47.                     <div id="NAV_MUSIC" title="Music Library" runat="server" ><a href="Library2.aspx?path=Music">Music Library</a></div>
  48.                     <div id="NAV_PHOTO" title="Photo Library" runat="server"><a href="Library2.aspx?path=Photo">Photo Library</a></div>
  49.  
  50.                     <div id="NAV_LOGOUT" title="Logout" runat="server"><a href="Logout2.aspx">Logout</a></div>
  51.                     <div id="NAV_CONFIG" title="Configuration" runat="server" ><a href="Admin2.aspx">Config</a></div>
  52.                     <div id="NAV_STATS" title="Statistics" runat="server" ><a href="info2.aspx">Statistics</a></div>
  53.                 </div>
  54.                 <!-- Nav Row End--> 
  55.             </div>
  56.             <!-- Header End -->
  57.         
  58.             <!-- Dateline Start -->               
  59.             <div id="DIV_DATELINE" runat="server">
  60.             </div>
  61.             
  62.             <div id="DATELINE" runat="server">
  63.                 <div id="reminderArea">
  64.                     <div id="REMINDER_LABEL" runat="server"><a id="reminderLink" hidefocus="hidefocus"><span id="remDiv" runat="server"></span></a></div>
  65.                     <div id="REMINDER_DIV">
  66.                     </div>
  67.                     <div class="libraryTitle" id="libraryTitle" runat="server"></div>
  68.                 </div>  
  69.             </div>
  70.             <!-- Dateline End -->  
  71.   
  72.             <!-- Media Header Start -->
  73.             <div id="DIV_HEADER"></div>
  74.             <div id="SPACER" runat="server"></div>
  75.             <div id="MEDIA_HEADER">
  76.                 <!-- Top Buttons Start -->
  77.                 <div id="TOP_BUTTONS">
  78.                      <!-- Form Start -->                    
  79.                      <form id="Form1" method="post" runat="server"> 
  80.                         <!-- Photo Controls Start -->
  81.                         <div id="formPhotoViewer" runat="server">
  82.                             <div id="ZOOM_CONTROLS" runat="server">
  83.                                 <span class="ctrlLabel">Size: </span>
  84.                                 <asp:RadioButtonList ID="photo_Size" runat="server" AutoPostBack="True" RepeatDirection="Horizontal"
  85.                                 RepeatLayout="Flow">
  86.                                     <asp:ListItem Value="0">100%</asp:ListItem>
  87.                                     <asp:ListItem Value="1">75%</asp:ListItem>
  88.                                     <asp:ListItem Value="2">50%</asp:ListItem>
  89.                                     <asp:ListItem Value="3">25%</asp:ListItem>
  90.                                     <asp:ListItem Value="4">10%</asp:ListItem>
  91.                                 </asp:RadioButtonList>
  92.                             
  93.                                 <span class="ctrlLabel">Rotation: </span>
  94.                                 <asp:RadioButtonList ID="photo_Rotation" runat="server" AutoPostBack="True" RepeatDirection="Horizontal"
  95.                                  RepeatLayout="Flow">
  96.                                     <asp:ListItem Selected="True" Value="0">None</asp:ListItem>
  97.                                     <asp:ListItem Value="1">90 Degrees</asp:ListItem>
  98.                                     <asp:ListItem Value="2">180 Degrees</asp:ListItem>
  99.                                     <asp:ListItem Value="3">270 Degrees</asp:ListItem>
  100.                                 </asp:RadioButtonList>
  101.                             </div>
  102.                         </div>
  103.                         <!-- Photo Controls End -->
  104.  
  105.                         <!-- Music and Video Controls Start -->
  106.                         <div id="MusicVideoControls" runat="server">
  107.                             <div id="streamAlbum" class="butStreamAll" title="Stream All" runat="server"></div>
  108.                             <div id="playAlbum" class="butPlayAll" title="Play All" runat="server"></div>
  109.                             <div id="downloadAlbum" class="butDownloadAll" title="Download All" runat="server"></div>
  110.                             <div id="streamerSettings" class="streamerSettings" title="Stream Settings" runat="server"><asp:LinkButton ID="streamSettings" runat="server"><span>Streamer Settings</span></asp:LinkButton></div>
  111.                             
  112.                             <div id="STREAM_DIV" runat="server"><span class="activeText" id="streamMessage" runat="server" style="text-decoration: blink;"></span></div>
  113.                         </div>
  114.                         <!-- Music and Video Controls End --> 
  115.                         
  116.                         <div id="headerInfo" runat="server">
  117.  
  118.                         </div>
  119.                         
  120.                      </form>
  121.                      <!-- From End -->        
  122.                 </div>
  123.                 <!-- Top Buttons End -->
  124.             </div>
  125.             <!-- Media Header End -->
  126.             
  127.             <div id="DIV_CONTENTS"></div>
  128.             <!-- Contents Start -->
  129.             <div id="CONTENTS" runat="server">
  130.                 <!-- Navigation Start -->
  131.                 <div id="NAVIGATION_MUSIC" runat="server">
  132.                     <!-- Nav-Tree Start -->
  133.                     <div id="NAV_TREE" runat="server">
  134.                     </div>
  135.                     
  136.                     <!-- Nav-Tree End -->
  137.                     <!-- Graphics Start -->
  138.                     <div id="GRAPHICS" runat="server">
  139.                         <div id="ALBUM_ART" runat="server"><img src="albumart.jpg" alt="" name="ART_IMAGE" id="ART_IMAGE" width="240" height="236" hspace="0" vspace="0" border="1" title="Album Art"></div>
  140.                         <div id="EMBEDDED_PLAYER" runat="server"></div>
  141.                         <div id="PHOTO_INFO" runat="server"><asp:Label ID="photoInfo" runat="server" ></asp:Label></div>
  142.                         <div id="PHOTO" runat="server"><asp:Image ID="picture" runat="server" ImageUrl="public/t.gif" /></div>
  143.                     </div>
  144.                     <!-- Graphics End --> 
  145.                 </div>
  146.                 <!-- Navigation End -->       
  147.             </div> 
  148.             <!-- Contents End -->
  149.             
  150.             <!-- Footer Start -->
  151.             <div id="DIV_FOOTER">
  152.             </div>
  153.             
  154.             <div id="FOOTER">
  155.  
  156.                 <div id="FOOTER_RIGHT" runat="server">
  157.                     <gbpvr:Footer id="footer1" runat="server"/>
  158.                 </div>
  159.             </div>
  160.             <!-- Footer End -->
  161.     </body>
  162.     <!-- Body End -->
  163. </HTML>
  164.